home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Przegladarki internetowe / Mozilla Seamonkey 1.0.5 pl / seamonkey-1.0.5.pl-PL.win32.installer.exe / BROWSER.XPI / bin / chrome / help.jar / content / help / helpMenuOverlay.xul < prev    next >
Encoding:
Extensible Markup Language  |  2006-02-28  |  1.0 KB  |  33 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!DOCTYPE overlay [
  4. <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
  5. %brandDTD;
  6. <!ENTITY % helpMenuDTD SYSTEM "chrome://help/locale/helpMenuOverlay.dtd">
  7. %helpMenuDTD;
  8. <!ENTITY % platformCommunicatorDTD SYSTEM "chrome://communicator-platform/locale/platformCommunicatorOverlay.dtd">
  9. %platformCommunicatorDTD;
  10. ]>
  11.  
  12. <overlay id="helpMenuID"
  13.      xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  14.   <script type="application/x-javascript" src="chrome://help/content/contextHelp.js"/>
  15.  
  16.   <menupopup id="helpPopup">
  17.     <menuitem label="&openHelpCmd.label;" 
  18.       accesskey="&openHelpCmd.accesskey;" 
  19.       position="1" id="help"
  20.       key="key_openHelp"
  21.       command="cmd_openHelp"/>
  22.     <menuitem label="&helpForIEUsers.label;"
  23.       accesskey="&helpForIEUsers.accesskey;"
  24.       position="2"
  25.       oncommand="openHelp('ieusers');" />
  26.   </menupopup>
  27.   
  28.   <commandset id="tasksCommands">
  29.     <command id="cmd_openHelp" oncommand="openHelp();"/>
  30.   </commandset>
  31.  
  32. </overlay>
  33.